home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inside Dreamweaver 4
/
IDW4.ISO
/
pc
/
Projects
/
ch20
/
sound
/
flash_sound.swf
/
scripts
/
DefineButton2_5
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-02-20
|
123 b
|
7 lines
on(release){
mySound = new Sound();
mySound.stop();
mySound.attachSound("groove");
mySound.start(0,5);
}